.fade-in-image {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

.fade-out-image {
  animation: fadeOut 3s;
  -webkit-animation: fadeOut 3s;
  -moz-animation: fadeOut 3s;
  -o-animation: fadeOut 3s;
  -ms-animation: fadeOut 3s;
}

@keyframes fadeOut {
  100% {opacity:1;}
  0% {opacity:0;}

}

@-moz-keyframes fadeOut {
  100% {opacity:1;}
  0% {opacity:0;}
}

@-webkit-keyframes fadeOut {
  100% {opacity:1;}
  0% {opacity:0;}
}

@-o-keyframes fadeOut {
  100% {opacity:1;}
  0% {opacity:0;}
}

@-ms-keyframes fadeOut {
  100% {opacity:1;}
  0% {opacity:0;}
}

#image-carousel {
  height: auto;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 15px;
  text-align: center;
}

#image-carousel img {
  height: 150px;
  width: 150px;
  margin: 20px;
  display: inline-block;
}
/*
     FILE ARCHIVED ON 15:30:24 Dec 28, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:16:00 Nov 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.585
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.011
  esindex: 0.018
  cdx.remote: 7.007
  LoadShardBlock: 144.336 (3)
  PetaboxLoader3.datanode: 135.631 (4)
  load_resource: 113.288
  PetaboxLoader3.resolve: 69.563
*/